From: Amir E. Aharoni Date: Sat, 23 Apr 2016 06:32:12 +0000 (+0000) Subject: Bidi-isolate revisions count in Special:Import X-Git-Tag: 1.31.0-rc.0~5259^2 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=83fd11f17bf3ae317f74aeaa67d73c62f13ca3d5;p=lhc%2Fweb%2Fwiklou.git Bidi-isolate revisions count in Special:Import Change-Id: I3aacc10dd76aba9f4315db284a4bafe629219bc1 --- diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index fe1dd985d7..c58af603d2 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -594,9 +594,13 @@ class ImportReporter extends ContextSource { $this->mPageCount++; if ( $successCount > 0 ) { + // prevents jumbling of the versions count + // in RTL wikis in case the page title is LTR $this->getOutput()->addHTML( "
  • " . Linker::linkKnown( $title ) . " " . + "" . $this->msg( 'import-revision-count' )->numParams( $successCount )->escaped() . + "" . "
  • \n" );